Help for this page
Select Code to Download
Select
or
download this
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
Select
or
download this
@time = localtime(time);
Select
or
download this
($one, $two, @three, $four) = ('one', 'two', 'three', 'four');
Select
or
download this
sub do_stuff { my ($foo, $bar) = @_; }