Help for this page

Select Code to Download


  1. or download this
    open( FH, '>image.png' ) or die "Can't image.png:$!\n";
    .
    .
    .
    <img src='image.png'>
    
  2. or download this
    open( FH, '>../public_html/image.png' ) or die "Can't image.png:$!\n";
    .
    .
    .
    <img src='/image.png'>