Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
If you replace : with => (or even a comma), then you'd have PON - Perl Object Notation, also known as actual Perl code. So having that you could then do something silly like prepend our $hash_ref = then string eval or write it to a file then require it:

dat.pl

our $hash_ref = { "genres" => [ { "id" => 28, "name" => "Action" }, { "id" => 12, "name" => "Adventure" }, { "id" => 16, "name" => "Animation" }, { "id" => 35, "name" => "Comedy" }, { "id" => 80, "name" => "Crime" }, { "id" => 99, "name" => "Documentary" }, { "id" => 18, "name" => "Drama" }, { "id" => 10751, "name" => "Family" }, { "id" => 14, "name" => "Fantasy" }, { "id" => 36, "name" => "History" }, { "id" => 27, "name" => "Horror" }, { "id" => 10402, "name" => "Music" }, { "id" => 9648, "name" => "Mystery" }, { "id" => 10749, "name" => "Romance" }, { "id" => 878, "name" => "Science Fiction" }, { "id" => 10770, "name" => "TV Movie" }, { "id" => 53, "name" => "Thriller" }, { "id" => 10752, "name" => "War" }, { "id" => 37, "name" => "Western" } ] }

show_dat.pl

use Data::Dumper; require 'dat.pl'; print Data::Dumper::Dumper($hash_ref);

In reply to Re: How can I convert this raw data to a hash? by perlfan
in thread How can I convert this raw data to a hash? by SergioQ

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-19 16:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found