More than 300 XP icons designed specifically for database applications, business applications, internet applications and websites. Number Of Icons: 300 File...
... sprintf() ... Try %-15s to left align. %15s right aligns, which I don't think you want. Try this, my @a = qw/ Names Number Dept Salary /; printf...
... This will not expand each variable within a foreach loop. I am printing out from a foreach loop. Left or right justifying doesn't work. Anything else you...
I am not allowed to use the cmp operator to sort. And this will not sort plus mucho problemo with printf(): sub print_employee { ($person, $number, $dept,...
... sort ... A fast answer and some pointers at where your program goes astray: in the while( @employee = <SOURCE> } { ... @x=sort(@employee); foreach...
... It is the first element of @_. @_ is used by perl to send arguments to a subroutine. HTH, Charles K. Clarkson -- Mobile Homes Specialist 254 968-8328...
... Allan> Take a look at: Allan> http://[[illegal copy of Perl CD-ROM]] Please do not advertise pirated copies of the O'Reilly CD-ROMs here. That offends me...
... Kathryn> I am not allowed to use the cmp operator to sort. I don't understand this phrase, so I didn't read the rest of your message. How are you "not...
... Is this homework? It is important that you do your own homework. Most teachers won't assign something you can't figure out from previous lessons....
You can also using "shift" when assigning variables passed to a subroutine. for example: sub myRoutine () { $arg1 = $_[0]; $arg2 = $_[1]; $arg3 = $_[2]; } is...
... anguilla1969> You can also using "shift" when assigning variables passed to a subroutine. for example: anguilla1969> sub myRoutine () { anguilla1969>...
... Absolutely. But we are allowed to get assistance where needed--as long as someone isn't writing the code for you. I am simply asking for tips on printf()...
Thank you so much. We have gone over hashes so that is allowed in our code. I will try this as I cannot use the cmp operator--as far as I know. Very nice. ...
Thanks to all who made such speedy replies to my awkward questions. I am going to use a hash to sort, as Allan suggested. And I will just have to fight with...
... If the last name comes after the first name, separated by a comma, then your split above puts the last name into '$first_one' and '$first_two'. In your...
Hello, I am a new user of http://baseportal.com It's a free database portal, great features (database limit=4GB, supports any Perl script, 6 database templates...
... altordai> I am a new user of http://baseportal.com altordai> It's a free database portal, great features (database limit=4GB, altordai> supports any Perl...
Hi I am a beginner in perl. I wanted to know if I can have perl in www.tripod.com free?! Please send me if you know. Thanks Bye www.geocities.com/m_alian14 ...
Hi, Why, when the near the bottom below sub routine is added in, brings a global (scope, evidently) error as it reports that the @messg is used only once?...
On Sun, 04 Jul 2004 07:11:55 -0000, Mohammad AlianNejadi ... AFAIK, you can already use Perl on tripod... but the only modules they have are their set of...
... Jeevan> i am a newbie...and don't know anything about pearl...but wants to Jeevan> learn it...how do i start... The pointers in http://learn.perl.org will...
... eman> AFAIK, you can already use Perl on tripod... but the only modules they eman> have are their set of Tripod*.pm and CGI.pm eman> Just save your scripts...
... I assume you mean "Perl" One introduction: http://www.perlfaq.com...
J.E. Cripps
cycmn@...
Jul 4, 2004 10:03 pm
19218
[Non-text portions of this message have been removed]...
Phillip Eshelbrenner
phil_har@...
Jul 4, 2004 10:26 pm
19219
Hi I am new to PERL programming and I am having some real problem to see my out put pf perl script in browser ... I am using windows 2000 machine I download...