Help for this page

Select Code to Download


  1. or download this
    >perl -w -MO=Deparse tmp.pl
    BEGIN { $^W = 1; }
    ...
    my(@x) = ('x', 1);
    my $y = \@x;
    say $#@ x [1];
    
  2. or download this
    say $#@ x [1];