Help for this page

Select Code to Download


  1. or download this
    pushd %Root%
    call perl Folder2\Perl1.pl
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    my $Path = $Param::My_Path;
    print "$Path\n";