...in addition a variation on this theme:
#!c:/perl/bin/perl.exe use IO::All; use strict; use warnings; use autodie qw(io); my $io = io(shift); for my $line($io->getlines){ print qq(->$line); # and do the stuff }
More details here. Regards, Karl
«The Crux of the Biscuit is the Apostrophe»
In reply to Re: Creating folders using strings
by karlgoethebier
in thread Creating folders using strings
by leaninperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |