Perl Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesPerl Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old November 9th, 2000, 06:24 AM
santana santana is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2000
Posts: 0 santana User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hello people!.

I have a very important problem for me . . . . I have a CGI that receive POP3 mails in WAP (this part receive only the header):

. . . . . . .
print "<card id="card1" title="Correo $user" newcontext="true">";
print "n";
print "<p align="left">n";
$arroba = '(arroba)';

for( $i = 1; $i <= $pop->Count(); $i++ ) {
foreach ( $pop->Head($i) ) {
if (/^(From|Subject):s+/i ) {
s/<(.*?)>/$1/gm;
s/@/$arroba/gm;
print $_, "n";
}
}
print "n";
}
. . . . . . . .

But I want that this CGI also display a input variable in orden you can chose the mail you will download. This download is provided by another CGI allready working, BUT this CGI needs the user to select what mail you want to dowload.

This is what I need:

--------------------------
1.- From: Marc
Subject: Hi

2.- From: Javi
Subject: Bye


Choose a mail
[ ]
----------------------------

I tried to do that with (remember, this is wml):

print "Choose a mail<br/>";
print "<input name="number" type="text" size="20" value=""/>";

BUT I donīt know why this doesnīt work in the Perl CGI........

Anybody know what I must do ???

I will really appreciate any help !!

Thanks to everyone.

Javi



[This message has been edited by santana (edited November 09, 2000).]

Reply With Quote
  #2  
Old November 11th, 2000, 08:55 AM
santana santana is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2000
Posts: 0 santana User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
this question is no longer interesting for me, I have another, please read the new one.

URL

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPerl Programming > Cgi Wap question


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway