View previous topic :: View next topic |
Author |
Topic : "blindmonks[updated]=true;" |
bom junior member
Member # Joined: 04 Mar 2000 Posts: 38 Location: Sydney, NSW, Australia
|
|
Back to top |
|
Nex member
Member # Joined: 25 Mar 2000 Posts: 2086 Location: Austria
|
Posted: Thu May 11, 2000 8:11 am |
|
 |
var cool: boolean;
begin
cool := true;
end.
|
|
Back to top |
|
Lange_Pisang member
Member # Joined: 26 Apr 2000 Posts: 264 Location: Epe, The Netherlands
|
Posted: Thu May 11, 2000 9:57 am |
|
 |
Rock!! (defenitely)
|
|
Back to top |
|
Drorak member
Member # Joined: 20 Apr 2000 Posts: 169
|
Posted: Thu May 11, 2000 10:23 am |
|
 |
var Browser;
if (Browser == 'Netscape')
{cout << "Tough luck!";} |
|
Back to top |
|
bom junior member
Member # Joined: 04 Mar 2000 Posts: 38 Location: Sydney, NSW, Australia
|
Posted: Thu May 11, 2000 8:08 pm |
|
 |
$browser=$inf{"browser"};
if ($browser=~"netscape")
{
&netscape;
}
sub netscape {
#almost there!
print $errormessage;
&bow_scrape
}
------------------
bom, c/o
www.blindmonks.com
the internet, earth. |
|
Back to top |
|
Oscar Alexander member
Member # Joined: 21 Dec 1999 Posts: 295 Location: Amersfoort, the Netherlands
|
Posted: Fri May 12, 2000 2:14 am |
|
 |
$tmp_str =~ s/(blindmonks)/$1 is a cool site/isg; |
|
Back to top |
|
ruyter junior member
Member # Joined: 31 Oct 1999 Posts: 41 Location: Trondheim, Norway
|
Posted: Fri May 12, 2000 2:33 am |
|
 |
good stuff |
|
Back to top |
|
|