Re: linking perl two programms

2005-02-15 Thread Ricardo SIGNES
* "E.Horn" <[EMAIL PROTECTED]> [2005-02-15T07:11:59] > Perhaps someone can help me! > Is there the possibility to link one programm to another perl > programm?so that on click the link and the next programm starts? > Example: > print ""; > print " Hello"; > print ""; > print ""; > print "Such

linking perl two programms

2005-02-15 Thread E.Horn
Hello! Perhaps someone can help me! Is there the possibility to link one programm to another perl programm?so that on click the link and the next programm starts? Example: print ""; print " Hello"; print ""; print ""; print "Suche:$search"; print ""; ??? . Regards