Help for this page

Select Code to Download


  1. or download this
    SORTORDER,POSITION,NAME,EMAIL
    1,"First Position","Tanktalus","tanktalus -at- gmail.com"
    
  2. or download this
    use DBI;
    use SQL::Statement;
    ...
    print "DBD::CSV's version: ", $DBD::CSV::VERSION, $/;
    print getme,$/;
    print getme2,$/;
    
  3. or download this
    $ perl ./q.pl
    SQL::Statement's version: 1.15
    ...
    Use of uninitialized value in print at ./q.pl line 32.
    
    Tanktalus
    
  4. or download this
    $ perl ./q.pl
    SQL::Statement's version: 1.15
    DBD::CSV's version: 0.22
    Tanktalus
    Tanktalus