Basic HTML version of Foils prepared April 16,1996

Foil 40 Some Predefined Variables in Perl - I

From Perl5 and Advanced Perl4 Features Computational Science for Information Age Course CPS616 Material -- April 16,1996. by Geoffrey C. Fox


1 There are the original cryptic two character names and those with a more mnemonic value which are accessible if one invokes
  • use english; # pragma
2 Here are a few examples -- we gave some of the predefined variables defining formatted output in first Perl foilset
3 $ARG or $_ is default name when nothing specified
  • s/rubbish//; # is equivalent to
  • $_ =~ s/rubbish/;
  • chomp(); # is equivalent to
  • chomp($_); # etc.

in Table To:


© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sat Sep 6 1997