Help for this page

Select Code to Download


  1. or download this
    my $cmd = [ cmd => ( opt => $val, opt => $val ) ];
    
  2. or download this
    my $cmd = [ p4 => ( where => $savefile ) ];
    
  3. or download this
    my $cmd = [ p4 => 'where', $savefile ];
    my $cmd = [ qw( p4 where ), $savefile ];
    my $cmd = [ 'p4', 'where', $savefile ];