speakerscorner

2003-03-30 Thread alex b.
hey your poll is totally pro war... you have only questions about what good america does to the world AND choices that are trickling with irony... what the hell? this is not a valid and democratic poll.. what about those, who are against war? you make them look dumb well, the only semivalid c

foo-bar

2002-09-01 Thread Alex B.
Hello list, this is a very simple question: what does FOO or BAR or FOOBAR mean??? I've seen it on t-shirts (perl), my programming perl book, programming CGI with perl, and even learning perl... now, does FOO have any meaning? - sounds almost like: "whuzup, foo(l)!" :) -- mfg

sorting arrays of arrays

2002-08-30 Thread Alex B.
Hello pplz, I have this tiny project goin', where I scan a html-file, get all entries from out of the table and and every single - table row - into an array... well, I do have two problems: 1. how do I assign new dynamic arrays, like @a25 if there is 25 rows? or lets say there is 78 rows, the

Re: Create an output file using Perl

2002-08-27 Thread Alex B.
try using: open (OFILE, " +> /tmp/aa.lst") or die "Can't write $p_OutputFile: $! "; if that is still making problems, then visit: http://www.perldoc.com/perl5.6.1/pod/func/open.html -> "... '+>' mode would clobber the file first." cheers, Alexmailto:[EMA

Re: sgi question

2002-08-25 Thread Alex B.
Craig & other ppl, maybe you have set the order of permissions wrong (@), like this: Order deny,allow Deny from all where it should be allow from all... and the other way around (Order allow,deny) mine looks like this: ScriptAlias /cgi-bin/ "/SERVER/httpd/cgi-bin/" A

array of arrays :: part2

2002-07-05 Thread Alex B.
Hi, I've read http://webmaster.indiana.edu/perl56/pod/perllol.html and this cleared some points. :) still I do have some problems... the assignment of values to arrays in arrays works, but I gave the arrays in the array names: @array = \(@names, @school, @othercrap); so $array[2][3] woul