[index] [text page] [<<start] [<prev] [next>] [last>>]
Page 4: Mistakes

Page 4

  
  Mistakes
  Mistakes
  Didn't use the '-w' flag on command line.
  Didn't 'use strict'.
  Correct version
    
    #!/usr/bin/perl -w
    use strict;
    print "Hello, World!\n";

Copyright 2003, Bri Hatch of Onsight, Inc.

Presented at SPUG, 2003.

Presentation created using vim and MagicPoint.