| SMT Tape and Reel, Mass Lead Trimming Equipment |
||||||||
![]() |
1-800-835-1099 |
|||||||
|
||||||||
%init> my (@input, @stuff) = (); my $line = ""; my $file = "/var/www/qcorporation.com/webcast/numbers.dat"; if ($admin == 1) { open (INPUT, ">$file") || die; print INPUT "$cppph|$crs|$crpm|$pctac|$pctur|$pchlr|$cccppfc|$crmachine|$crmc"; close (INPUT); } else { open (INPUT, "<$file") || die; @input = ; close (INPUT); foreach $line (@input) { # Enter stories into arrays chomp ($line); (@stuff) = split(/\|/, $line); if ($stuff[0] ne "") { $cppph = $stuff[0]; $crs = $stuff[1]; $crpm = $stuff[2]; $pctac = $stuff[3]; $pctur = $stuff[4]; $pchlr = $stuff[5]; $cccppfc = $stuff[6]; $crmachine = $stuff[7]; $crmc = $stuff[8]; } } } %init> <%args> $cppph => '1300' $crs => '4500' $crpm => '8' $pctac => '15.59' $pctur => '1.75' $pchlr => '15' $cccppfc => '.07' $crmachine => 'QMT-1500' $crmc => '12000' $admin => '0' %args>