Help for this page

Select Code to Download


  1. or download this
    use strict; 
    use warnings; 
    ...
              '$savefile'
            ];
    ARRAY
    
  2. or download this
    my $savefile='//depot/perl/files/scripts/file.c';
    my $cmd = [ (qw(p4 where), $savefile) ];
    ...
              '//depot/perl/files/scripts/file.c'
            ];
    ARRAY