Help for this page
use File::MkTemp; $dir = '.'; # directory to create file in $string = mktemp('tempXXXXXX',$dir); open(F,$string);
use File::MkTemp; $dir = '.'; # directory to create file in $fh = mkstemp('tempXXXXXX',$dir); print $fh "stuff"; $fh->close;
www.com | www.net | www.org
https://www.perlmonks.com https://perlmonks.com https://www.perlmonks.net https://perlmonks.net https://www.perlmonks.org https://perlmonks.org https://66.39.54.27 https://216.92.34.251 https://X.pair.com, for some X One of the above, but including "/index.pl" Other (please comment)
Results (94 votes). Check out past polls.