Help for this page
#!/usr/bin/perl # PROGRAM "A" ... system( "find / -ls > /tmp/junk.find 2>&1" ); # this takes a while __END__
system( "find / -ls > /tmp/junk.find 2>&1 &" );