Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: ikobo.pl return to script

by Grygonos (Chaplain)
on Feb 04, 2005 at 21:56 UTC ( [id://428211]=note: print w/replies, xml ) Need Help??


in reply to Re^2: ikobo.pl return to script
in thread ikobo.pl return to script

He has a point. You show little to no effort. You plop the code down and say.. figure out the structure.. and tell me what to fix. People on this site will help you if you put forth honest effort and bring us examples of what you've tried and show that you have attempted to fix this yourself. If you want me to fix it for you without you putting forth any effort, you can paypal me some money and I'll fix it, but if you want the help of some of the best perl programmers on the planet for free (not including myself in the best by any means), then they require that you at least try to DIY.

Replies are listed 'Best First'.
Re^4: ikobo.pl return to script
by efret (Initiate) on Feb 04, 2005 at 22:13 UTC
    If you notice, In my 1st thread, I included a description of some of the things I have tried... I have exhausted every idea I can come up with and hav3e included examples i.e. test2.pl (above). I am not trying to get u to do my work 4 me, I am trying to learn PERL and just need to plug variables from print "<P><A HREF=$ENV{'SCRIPT_NAME'}?action=buynow&category=&item=$form{'item'}>Buy Now</A></FONT>" if (($buyit ne "") & ($bid < $buyit));...Maybe I need to write the variables to a test file from: print "<P><A HREF=$ENV{'SCRIPT_NAME'}?action=buynow&category=&item=$form{'item'}>Buy Now</A></FONT>" if (($buyit ne "") & ($bid < $buyit));...prior to executing: print " - <A HREF=$ENV{'SCRIPT_NAME'}\?action=paypal_login\&ALIAS=$form{'ALIAS'}\&balance=$balance> PayPal </A>" if ($config{'allowpaypal'} != 0);...then, after the ikobo.pl returns:
    RESP=OK, I can read the text file I just made, and plug that info back + into: print "<P><A HREF=$ENV{'SCRIPT_NAME'}?action=buynow&category=&item=$fo +rm{'item'}>Buy Now</A></FONT>" if (($buyit ne "") & ($bid < $buyit));
    ...after ikobo returns RESP=OK? Any helpful comments?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://428211]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-19 15:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found