Help for this page

Select Code to Download


  1. or download this
    open PAGE, "$website" or die "Cant open $website: $!";
    flock (PAGE, 1) or die "Can't lock website file for reading";
    
  2. or download this
    while (my $line = (<PAGE>))  {
    ($Prop,$colour,$txtcol,$url360,$user,$your_name,$address,$town,$zip_co
    +de,$country,$email,$telephone_no,$telephone_no2,$theme,$web_address,$
    +ppemail,undef,undef,undef) = split "\t", $line;
    ...
        $onprop{$Prop} = [$Prop,$colour,$txtcol,$url360,$user,$your_name,$
    +address,$town,$zip_code,$country,$email,$telephone_no,$telephone_no2,
    +$theme,$web_address,$ppemail];
        push (@dataarray, $user);
    }
    
  3. or download this
    while (<@dataarray>) {
    
  4. or download this
            unless (! $item) {
    
  5. or download this
            if ($item) { ...
    
  6. or download this
            next unless $item;