Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Meiguoren

  1. Meiguoren

    Newbie: Interfacing Perl with Browser

    Hello everyone, I am interested in using Perl for a fairly simple task. I want to submit data (nucleotide sequences, for those interested in bioinformatics) to an html form, then make various other form selections and submissions, and ultimately save an image file that the website returns...
  2. Meiguoren

    Extremely Basic Question: /^$/ and \n

    Hello all, I know that /^$/ is used to match an "empty" line. But most "empty" lines contain a carriage return, right? What follows are two "empty" lines: If I use the following script on an input file containing nothing but two such blank lines, the substitution is successful: open...
  3. Meiguoren

    "Here Documents" don't work?

    Thanks for the help! The problem was the lack of a newline after the "EOF", as you suggested. Why is it necessary?
  4. Meiguoren

    "Here Documents" don't work?

    Hello everyone, I'm learning Perl via Mike Gossland's tutorial at http://www.gossland.com/course/index.html. The tutorial presents "here documents," apparently a holdover from UNIX that offers equivalent functionality to the explicit quoting operator, qq{}. Mike gives a nice example of how...

Part and Inventory Search

Back
Top