Help for this page

Select Code to Download


  1. or download this
    These are invalid Perl identifiers:
    ...
    my @3;             # cannot start with number
    
  2. or download this
      DB<475> my @3 =(1,2,3)
    Can't use global @3 in "my" at (eval 679)[C:/Perl_64/lib/perl5db.pl:64
    +6] line 2, ...