- or download this
my ($filename) = "/path/to/file";
my ($filemode) = "immolate";
my ($opmode) = "seek";
my ($filetype) = "image/gif";
- or download this
my ($filemode) = ("immolate"); # list context
- or download this
my $filemode = "immolate"; # scalar context
- or download this
my $count = @_; # get the length
- or download this
my ($count) = @_; # get the first arg