[Mailman-Users] Passing the list name to the cgi scripts, called with back...

BobLaJolla at aol.com BobLaJolla at aol.com
Tue Jul 17 22:26:30 CEST 2007


In a message dated 7/17/2007 1:16:45 P.M. Pacific Daylight Time,  
msapiro at value.net writes:

>Hi  Mark - hope I don't sound obtuse, but how would I apply the  above to my 
 
>backtick perl script call?


Disclaimer: I am not a Perl  programmer.

$ENV(PATH_INFO) = "/somelist";
$listinfo_output =  `/usr/local/mailman/cgi-bin/listinfo`;

-- 
Mark Sapiro  <msapiro at value.net> 
 

 
This worked:
 
$ENV{'PATH_INFO'} = "/somelist";
$listinfo_output =  `/usr/local/mailman/cgi-bin/listinfo`;

Thank you so much!  :oD
 
Bob R



************************************** Get a sneak peek of the all-new AOL at 
http://discover.aol.com/memed/aolcom30tour


More information about the Mailman-Users mailing list