Help for this page
my $social; if ($network eq 'Facebook') { ... # Post text and image content my $image_handle = $social->upload("images/test.jpg"); $social->post("Test text with image", $image_handle);
my $social; if ($network eq 'Facebook') { ... ... , ); }