Help for this page
Select Code to Download
Select
or
download this
local @ARGV = $file_name;
Select
or
download this
local $^I = '';
Select
or
download this
local $/; # sluurp
Select
or
download this
local $_ = <>;
Select
or
download this
while ( chomp ) { }
Select
or
download this
print;