in reply to Changing data output
Try substr for more information.
my $string = "/mydirectory/directory/test/z2.htm"; my $foo = substr($string, 23, 100); print $foo;
Update: Man you people are fast
"Pain is weakness leaving the body, I find myself in pain everyday" -me
|
|---|