in your code:
or if you don't like using those numbers consider using undef for the element you don't need rather than using a bogus variable $unwanted <code> my (undef,undef,$X,$Y,$Z) = split /_/,$file;my ($X,$Y,$Z) = (split/_/,$file)[2.3,4];
Hopes those comments will help you out.
In reply to Re: XML file creation based on file existence
by Anonymous Monk
in thread XML file creation based on file existence
by valavanp
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |