I have used this syntax for several programs and it has always worked.
'cd /home';
but I'm writing a new program and perl give me an error
Useless use of a constant in void context at mailscript.pl line 12
I'm assuming that it's saying that because it doesn't like my syntax, is there another way to do this that I'm not aware of, or does anyone know why it is giving me this error.
Jewel When faced with a decision, always ask, 'Which would be the most fun?'
'cd /home';
but I'm writing a new program and perl give me an error
Useless use of a constant in void context at mailscript.pl line 12
I'm assuming that it's saying that because it doesn't like my syntax, is there another way to do this that I'm not aware of, or does anyone know why it is giving me this error.
Jewel When faced with a decision, always ask, 'Which would be the most fun?'