Help for this page

Select Code to Download


  1. or download this
    my %systemcmd = (
        add       => "addqueue -h $add -q $add -i 3",
    ...
        cancel    => "cancel -e $cancel",
        add_slurp => "addqueue -h $file -q $file -i 3"
    );
    
  2. or download this
    if ($file) {
        $file = lc($file);
        my $FH = "$file";
    ...
        }
        exit;
    }