Help for this page

Select Code to Download


  1. or download this
    $filename = (join '', (split @temp_dataŤ0])) . '.html';
    
  2. or download this
    open (INDEX, ">list.html");
    
  3. or download this
    open (CAR, ">$filename");
    print CAR "Make and Model: @temp_data[0]\n";
    print CAR "Color: @temp_data[1]\n";
    etc.