in reply to Re: link to outside script
in thread link to outside script

The format of the 2 lines of code needed to be re-formatted....I'm not sure how to do this? I read the Writeup Formatting Tips, but don't know Perl Syntax very well, so I am not sure what I need to do to make my code readable? You said you need more code to help me, but I want to send it to u in the proper format if possible? Or can i just try sending you the sub in the current format?

Replies are listed 'Best First'.
Re^3: link to outside script
by efret (Initiate) on Feb 04, 2005 at 07:26 UTC
    < print " - <A HREF=$ENV{'SCRIPT_NAME'}\?action=paypal_login\&ALIAS +=$form{'ALIAS'}\&balance=$balance> PayPal </A>" if ($config{'allowpay +pal'} != 0); >

    is this better?

    20050204 Janitored by Corion: Added code tags