I need to copy the contents of a variable (called resource) into an array (called fname) but omit the "/" forward slash that appears at the beginning of the string. The variable resouce will contain a single string.
I know how to copy the contents of the variable to the array but it's the bit about removing the "/" that has me a bit confused.