Help for this page

Select Code to Download


  1. or download this
    Bareword "Chennai" not allowed while "strict subs" in use at ...
    
  2. or download this
    $ perl -e '
    > use strict;
    ...
    > my $file = "TO_" . "$circle";
    > print $$file;'
    Can't use string ("TO_Chennai") as a SCALAR ref while "strict refs" in
    + use at -e line 9.