Help for this page

Select Code to Download


  1. or download this
    option_replacement( "tar=s", sub { system "tar xf $_[1] -C $tmpdir"; "
    +$tmpdir/*" } );
    
  2. or download this
    use Getopt::Long;
    sub option_replacement
    ...
        @ARGV = @newARGV;
    }