> On Dec 3, 2003, at 3:17 PM, Dan Muey wrote:
> [..]
> > Doh! I was on 5.5, 5.8 just worked for me to, 5.6.1 also!
> 
> just wait until you have to remember,
> 
>       did this work with gcc2.X or only with gcc3.Y...
>       and how exactly did I get it to build for the DogBertOS???
> 
> Before you get too lost, you may want to start into
> learning how 'make' works so that you can simply do
> 
>       make
>       make test
>       make bug_fix
>       make the_right_way
>       make with_fewer_bugs
>       make again_and_again
> 
> It will help you with your project builds...

Good idea.

> 
> > Great! Awesome! Perfect! One little catch now is
> > it'd be nice to just do ./test  or ./test name=value&name2=val2
> > instead of
> > ./test -e ''
> > Or ./test
> > <ctrl-D>
> 
> Oh sure, now you need to learn how to
> 
>       a. parse char **argv by hand
>       b. deal with tweeking char **env
> 

Maybe, except I'm trying to just send it to CGI as input.
Before you go nuts about that just humor me for a sec.

> You wanted to give up a Perfectly LOVELY
> 
>       Getopt::Long
> 
> cultural heritage to go throwing waka-waka
> just to impress young women with your studly
> cross coding, uh, "issues"???
> 
> > I'll have to look into that, I know it has something to
> > do with perl_parse() and #include stdio I just don't know the
> > details...yet :)
> 
> Think THERAPY!
> 

See you ther! :)

> ciao
> drieux

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to