Community
    • Login

    unix perl script problem...

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    6 Posts 3 Posters 4.1k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Robert S. IrrgangR Offline
      Robert S. Irrgang
      last edited by Robert S. Irrgang

      Hello,

      I’ve a problem with my perl script (for linux) editing with NP++.

      As sample…

      ====================

      sub Wanted_Files {
      my $lFileName = $_;

          (my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,$blksize,$blocks) = stat($lFileName))
                  && -f _
                  && ( $lFileName !~ /^\./ )
                  && push (@{$FileList{$FindPath}}, $lFileName);
      

      }

      ====================

      In NP++ the “&&” entries are all invisible or white, don’t know. They are scrollable as char, but not visible.
      Is this a bug or some problem of the perl language view in NP++?

      Thank you for hints and help.

      Robert

      Claudia FrankC 1 Reply Last reply Reply Quote 0
      • Claudia FrankC Offline
        Claudia Frank @Robert S. Irrgang
        last edited by

        Hello Robert-S.-Irrgang,

        did you modify the style or using a different theme (different from default)?
        Do you edit on windows or on linux using wine?
        Which npp version do you use?

        Cheers
        Claudia

        1 Reply Last reply Reply Quote 0
        • Robert S. IrrgangR Offline
          Robert S. Irrgang
          last edited by

          Version is 6.8.8 and no changes by myself. All default settings for design. Runing on Windows 10.

          And btw… all “&” are invisible, not only “&&”.

          1 Reply Last reply Reply Quote 0
          • Robert S. IrrgangR Offline
            Robert S. Irrgang
            last edited by Robert S. Irrgang

            Sorry, edit did not work…

            Version is 6.8.8 and no changes by myself. All default settings for design. Runing on Windows 10. Default font setting is “Source Code Pro” 10pt.

            Sometimes I edit the files on linux with vi and sometime on Windows with np++.

            And btw… all “&” are invisible, not only “&&”.

            I can post an image with the view in linux terminal and in np++. All files are on linux in unix format.

            1 Reply Last reply Reply Quote 0
            • dailD Offline
              dail
              last edited by

              Default font setting is “Source Code Pro” 10pt.

              Use a different font. There is a problem with Source Code Pro.

              1 Reply Last reply Reply Quote 0
              • Robert S. IrrgangR Offline
                Robert S. Irrgang
                last edited by

                Ok, thank you! I try it!

                1 Reply Last reply Reply Quote 0

                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                With your input, this post could be even better 💗

                Register Login
                • First post
                  Last post
                The Community of users of the Notepad++ text editor.
                Powered by NodeBB | Contributors