in reply to Re: is this correct
in thread is this correct

And assuming you actually run the program, you'll see that problem firsthand and quickly fix that line so it acts correctly.

(Note: this is simply a friendly suggestion that some attempt be made to understand the program/problem when you post.)

ALL HAIL BRAK!!!

Replies are listed 'Best First'.
Re: Re: Re: is this correct
by snowrider (Pilgrim) on Feb 02, 2001 at 22:45 UTC
    PsychoSpunk this is my second day tring to program in perl since the program wasnt running correctly i did try to fix the problem but since i dont have any experience in perl thats alittle hard without the help of you guys(fellow monks). thanks for your help snowrider
      So it is always a good practice to enable warnings in your script when you are programming for testing...
      #!/usr/bin/perl -w
      that way you can "see" where the problem is happening
      Chady | http://chady.net/