Help for this page

Select Code to Download


  1. or download this
    $filename = (undef, undef, $images[$n]->{imagename}) = (File::Spec->splitpath( $_, 0 ));
  2. or download this
    (undef, undef, $filename = $images[$n]->{imagename}) = (File::Spec->splitpath( $_, 0 ));