Help for this page

Select Code to Download


  1. or download this
    my $buildcmd    = "/path/to/foo/binary";   
    my @buildcmd = ( '-p', $workpath,
    ...
    push @buildcmd, ('-N', $title,
                     '-V3',
                     '-f', "$workpath/$md5file");
    
  2. or download this
    my @need = grep { $template{$_} } qw( url maxdepth filename);</p>