Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    
    ...
    use DateTime ;
    
    print "hello" ;
    
  2. or download this
      $> perlcc -o out t20.pl
    /usr/bin/perlcc: t20.pl did not compile, which can't happen:Starting c
    +ompile
    ...
     Saving methods
     Can't locate object method "IVX" via package "B::NV" at /usr/lib/perl
    +5/5.8.8/i586-linux-thread-multi/B/C.pm line 650.
     CHECK failed--call queue aborted.
    
  3. or download this
    $> perl -MO=CC,-ot20.c t20.pl
    Can't locate object method "_save_common_middle" via package "B::FAKEO
    +P" at /usr/lib/perl5/5.8.8/i586-linux-thread-multi/B/C.pm line 389.
    CHECK failed--call queue aborted.