Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       int(($now % 3600) / 60), int($now % 60));
     $display_field->Append($time);    
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
     
    }
    MyApp->new->MainLoop;
    
  3. or download this
    use Tk;
    use strict; 
    ...
    }
    
    MainLoop;
    
  4. or download this
    my $file = "./data"; #text file about the size of 30 MB
        open my $data, '<:encoding(euc-cn)', $file or die "Open failed: $!
    +";