The Open Source Swiss Army Knife

/code/perl/unix_perl/unidir/
/code/perl/unix_perl/unidir/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /code   /perl   /unix_perl   /unidir 
sub-categories and articles

                                                  
   --->create new sub-category


uni2.pl
add

#!/usr/bin/perl use IO::Handle; open(WRITEHANDLE,"|ispell -a"); print WRITEHANDLE "sunshine"; WRITEHANDLE->autoflush(1);

unidirectionalpipe.pl
add

#!/usr/bin/perl use IO::Handle; #perl -e 'open(WRITEHANDLE,"|ispell -a");print WRITEHANDLE "sunshine";close(WRITEHANDLE);' pipe(WRITEHANDLE,"|ispell -a"); WRITEHANDLE->autoflush(1);
   --->upload your article


User submitted category site links


(None)

-->submit a page from your site dealing with unidir to the sirfsup! web directory for listing

return to top