Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions


WDVL Newsletter

Active Server Pages
JSP/Java Servlets
Microsoft SQL Server
Daily Backup
Dedicated Servers
Streaming Audio/Video
24-hour Support    

jobs.webdeveloper.com

Hiermenus


e-commerce
Partner With Us















Developer Channel
FlashKit.com
JavaScript.com
JavaScriptSource
Developer Jobs
ScriptSearch
StreamingMediaWorld
Web Developer's Journal
Web Developer's Virtual Library
WebDeveloper.com
Webreference
Web Hosts
XMLfiles.com

internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


while

while

  • The while loop also performs iteration and in CGI scripts is primarily for reading lines in a file. The while loop can be used to read and print out every line of a file with the following syntax:

    open ([FILE_HANDLE_NAME], "[filename]");
         while (<[FILE_HANDLE_NAME]>)
           {
           print "$_";
           }
         close ([FILE_HANDLE_NAME]);
    

  • The script would print out every line in the file "filename" because the "$_", the Perl "default" variable, represents "the current line" in this case.

The process of opening and closing files is covered in the "File Management" section later.

Additional Resources:

foreach
Table of Contents
for Loops


Up to => Home / Authoring / Scripting / Tutorial




Jupiter Online Media: internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and Jupiter Online Media

Jupitermedia Corporate Info


Legal Notices, Licensing, & Permissions, Privacy Policy.

Web Hosting | Newsletters | Tech Jobs | Shopping | E-mail Offers