Help for this page

Select Code to Download


  1. or download this
    not system("zip -rq $target $project_root") or die "couldn't exec zip: $!";
  2. or download this
    die "couldn't exec zip: $!" if system ("zip -rq $target $project_root");