Help for this page

Select Code to Download


  1. or download this
    my $cmd = "mkdir ";
    my $arg = "temp"; #this arg I pass to the script
    qx($cmd "currentdate$arg");
    
  2. or download this
    my $cmd = "mkdir ";
    my $arg = "; mkdir otherdir";
    qx($cmd "currentdate$arg");