Quicksilvertnhb!/usr/bin/env perl -wconfirms that both text and files get passed in via argvopen(OUT, '>>/path/to/quicksilver.log') or die('failed to open log file'); print OUT map("$_\n", 'ARGV:', @ARGV); print OUT "STDIN\n", <STDIN>, "\n"; print STDOUT "this is STDOUT\n"; last updated 1 year ago # |