Autonerdz Home Autonerdz FAQ User’s Comments Autonerdz Events Autonerdz Store Contact Autonerdz
 
  Welcome, Guest. Please Login or Register
Autonerdz - Since 2000, North America's Authority on PicoScope
 
  HomeHelpSearch Member Map Event CalendarRegisterLogin  
 
test multiple attachment (Read 2,992 times)
Test-Black
Ex Member


test multiple attachment
Dec 31st, 2011 at 7:23am
 
Wink
Back to top
 
 
IP Logged
 
Test-Black
Ex Member


Re: test multiple attachment
Reply #1 - Dec 31st, 2011 at 5:48pm
 
one more try
Back to top
 

01.jpg (13 KB | )
01.jpg
 
IP Logged
 
Test Noir
Ex Member


Re: test multiple attachment
Reply #2 - Jan 26th, 2012 at 4:54pm
 
And we test to the west  Shocked
Back to top
 
 
IP Logged
 
Tom Roberts
Autonerdz Administrator
Picogroup
*****
Offline


Autonerdz Founder

Posts: 8,595

Olympia, Washington, USA
Olympia
Washington
USA

Gender: male
Re: test multiple attachment
Reply #3 - Feb 4th, 2012 at 8:10am
 
a test of the code tags

Code (Perl):
#!"C:\xampp\perl\bin\perl.exe"
##
##  printenv -- demo CGI program which just prints its environment
##

print "Content-type: text/plain; charset=iso-8859-1\n\n";
foreach $var (sort(keys(%ENV))) {
	$val = $ENV{$var};
	$val =~ s|\n|\\n|g;
	$val =~ s|"|\\"|g;
	print "${var}=\"${val}\"\n";
}
 



And an image

...
Back to top
 

fulladv2.gif (94 KB | )
fulladv2.gif

Tom Roberts
Forums Administrator
 
IP Logged