WintersMystic
Programmer
can someone tell me what this is doing?
if ($graphicsfile =~ /.*[\/\\](.*)/){
$output = $1;
} else {
$output = $graphicsfile;
}
if ($graphicsfile =~ /.*[\/\\](.*)/){
$output = $1;
} else {
$output = $graphicsfile;
}