Help for this page

Select Code to Download


  1. or download this
    open ( my $flash, '<', $dropfile );
    open ( my $reversedFlash, '<', "$dir/file");
    ...
    
    $lb3->Append($tid) ;
    $lb4->Append($buf) ;
    
  2. or download this
    ($data =~ "xxxx");
    
    ...
    ($data == "xxxx" || "xxxx")
    
    tried with single quotes ect and many other things