Help for this page

Select Code to Download


  1. or download this
    package popchar;
    use strict;
    ...
            return($_[0]->{char});
    }
    1;
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    while(1) { 
            print "\rLoading ".$pch->pc();
    }