I use the -e to check to see if a file is present
if (-e "$Pics/$Game.jpg")
{
}
Question
I can get it to work looking for .pl and .gif but not .jpg
I have checked all the directorie vars and even did this
print qq|<img border=0 src="$Pics/Camera.gif"
width="$Game"
height="$Game"><BR>|;
print qq|<BR>|;
print qq|<a target="$Game"
href="$Pics/$Game.jpg">|;
print qq|<img border=0 src="$Pics/Camera.gif"
width="$Game"
height="$Game"><BR>|;
print qq|</a>|;
print qq|<BR>|;
if (-e "$Pics/$Game.jpg")
{
print qq|<img border=0
src="$Pics/Camera.gif"
width="$Game"
height="$Game"><BR>|;
}
I get the first two images but not the last one.. so I know
i have the dirs
correct
are .jpg's not -e able???
yeah.. i'm nonprofessional hobbiest .... my style suck...
can someone answer
the question, please?
Lou
Unsubscribing info is here: h
ttp://help.yahoo.com/help/us/groups/groups-32.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://g
roups.yahoo.com/group/perl-beginner/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http
://groups.yahoo.com/group/perl-beginner/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:perl-beginner-digest@yahoogroups.com
mailto:perl-beginner-fullfeatured@yahoogroups.com
<*> To unsubscribe from this group, send an email to:
perl-beginner-unsubscribe@yahoogroups.com
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.c
om/info/terms/
|