Help for this page

Select Code to Download


  1. or download this
    open(my($fd),"./file") or die($!);
    @a=map{split('|',$_)}<$fd>;
    close($fd);
    
  2. or download this
    /****************************/
      jason@gost.net, wh@ckz.org
        http://jason.gost.net
    /*****************************/