Help for this page

Select Code to Download


  1. or download this
    my $run_cmd = 'l';
    
    open(COM, ". .aliases\n$run_cmd 2>&1 |") || die "Could not execute com
    +mand\n";
    ...