Margaret wrote, on Thursday, May 25, 2000 05:19
: This is probably quite obvious - (but i am a newbie) how do i 
: stop/hide the 
: . and .. from appearing on my list as a hyperlink?
: 
: .
: ..
: AFault 3735FD.htm
: AFault 3735FE.htm
: AFault 373601.htm
: AFault 373605.htm
: 
: Here's the code snippet
: 
: opendir(WD,"./scripts/cgi-bin/NIS_REPORTS") ||
: die "Cannot opendir . (serious dainbramage): $!";
: foreach (sort readdir(WD)) 
: {
:     print qq|<a href="NIS_REPORTS/$_">$_</a><br>\n|;

     print qq|<a href="NIS_REPORTS/$_">$_</a><br>\n| unless /^\.\.?$/;

: }
: closedir(WD); 

Joe

==============================================================
          Joseph P. Discenza, Sr. Programmer/Analyst
               mailto:[EMAIL PROTECTED]
 
          Carleton Inc.   http://www.carletoninc.com
          219.243.6040 ext. 300    fax: 219.243.6060
 
Providing Financial Solutions and Compliance for over 30 Years


---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to