Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $nl = updateNodelet($node); # insertNodelet didn't work either
    
    print $nl;
    
  2. or download this
    # filename = displayInMobilePhone.cgi
    use Everything;
    ...
    
    $display->parse('mobile.template', {chatter => $chatterDATA, users => 
    +$usersDATA});
    ....ta-da done!!!!!